CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C语言 队列

搜索资源列表

  1. queue

    0下载:
  2. 提供队列数据结构的相关操作,用C语言实现,效率较高!-Queue data structure to provide the relevant operation, using C language, and more efficient!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:96235
    • 提供者:孙兴
  1. ac4

    0下载:
  2. 用C语言的源代码来定义一个队列 -Using C language source code to define a queue
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:yibu
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. circbuf-1.0

    0下载:
  2. 循环队列,C语言版本,可用于生产者消费者策略使用-Circular Queue, C language version of the strategy can be used for producers of consumer use
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:266480
    • 提供者:zhangzhen
  1. DataStructure

    0下载:
  2. 用C语言编写实现数据结构方面的例子,如栈,队列,二叉树等!-Using C language data structures examples, such as stacks, queues, binary tree, etc.!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1468474
    • 提供者:周峤
  1. new

    0下载:
  2. 利用c语言实现的简单队列程序,包括队列的溢出,清空等操作-C language using a simple queue procedures, including the overflow queue, clear, such as operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3568
    • 提供者:mrzhou
  1. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8269
    • 提供者:苏苒
  1. mowangyuyan

    0下载:
  2. 魔王语言的实现,数据结构实验C++实现。栈和队列联合实现,模块清晰-The realization of devil language, data structure of the experimental C++ to achieve. Joint realization of the stack and queue, the module definition
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4891
    • 提供者:创新
  1. shujujiego

    0下载:
  2. 数据结构算法代码,c语言实现,常用的所有算法,包括链表,队列,图,树-Data structure algorithm code, c language implementation, common to all algorithms, including linked lists, queues, graphs, trees
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:8073735
    • 提供者:shentao
  1. duojiduiliefankuidiaodu

    0下载:
  2. 多级队列反馈调度的算法实现。C语言的!操作系统课程。-Multi-level feedback queue scheduling algorithm. C Language! Operating System Course.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2187
    • 提供者:刘正朝
  1. huffman

    0下载:
  2. 用函数指针实现的优先队列与huffman算法,c语言实现
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:157733
    • 提供者:李灿
  1. Queue

    0下载:
  2. 数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:980
    • 提供者:caoji
  1. 4

    0下载:
  2. 数据结构回文判别 运用栈与队列的c语言源程序代码-Data structure to use the stack and queue, palindrome determine c-language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:800
    • 提供者:gg
  1. first

    2下载:
  2. (1)用C语言来实现对N个进程采用动态优先权优先算法的进程调度; (2)每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: 进程标识数id; 进程优先数priority,并规定优先数愈大的进程,其优先权越高; 进程已占用的CPU时间cputime 进程还需占用的CPU时间alltime,当进程运行完毕时,alltime变为0; 进程的阻塞时间startblock,表示当进程在运行startblock个时间片后,进程将进入阻塞状态; 进程被阻塞的时间blo
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:1221
    • 提供者:李随风
  1. shujujiegousuanfa

    0下载:
  2. 用C语言实现的数据结构算法,采用顺序队列对医院就诊排队进行计算处理,比较好的实现了排队。-With the C language implementation of the data structure algorithms, using the order of the queue on the queue for hospital computing, and better achieved by queuing.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:47954
    • 提供者:liusong
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. queueDemo

    0下载:
  2. 数据结构C语言版栈和队列的应用编程示例demo-data struct queue
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:33395
    • 提供者:李生
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150606
    • 提供者:netdavid
  1. hw1

    0下载:
  2. 简易单服务台队列系统,C语言,VC6.0开发环境-M/M/1 queue simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:290260
    • 提供者:刘冰
  1. LKQUEUE

    0下载:
  2. C语言链队列程序,C语言基础应用.简单实用~学习考试必备-C-chain queue process, C language based applications. Simple and practical exams necessary to learn ~
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:553
    • 提供者:卢云龙
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com